-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Serializer support + disabled Symfony serializer #7
base: master
Are you sure you want to change the base?
Conversation
I have forked this repo in https://github.com/php-serializers/ivory-serializer-benchmark and created a I invite you to use https://github.com/php-serializers/ivory-serializer-benchmark for benchmarking PHP serializer libraries I have merged some PR from this repo to the fork, but this PR was looking pretty complex. |
@goetas I'll try, but currently I don't have much time to do this, so I'll just do it later, if you don't mind |
Sure! :) |
Hi, I created my own serializer which seems to be 4-5x faster than JMS and Ivory (using json serialization) ... since there is quite a big difference between the mentioned 3 libs and symfony serializer, I disabled the symfony serializer, because it was 100-300x slower then my own serializer and it was quite a pain to wait for the benchmark results.
Is there any other thing I should do before merge? What do you say about these changes?